home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / rayshade-4.0 / fixes / fix014 < prev    next >
Internet Message Format  |  1995-02-13  |  3KB

  1. From theseas!fs.Princeton.EDU!cek Wed, 21 Jul 93 01:34:17 EET
  2. Received: by kriton.UUCP (V1.16/Amiga)
  3.     id AA00000; Wed, 21 Jul 93 01:34:17 EET
  4. Received: by theseas.ntua.gr with UUCP; Tue, 20 Jul 93 22:16:34 +0300
  5. Received: from mcsun.EU.net by pythia.ics.forth.gr via ITEnet with SMTP;
  6.     id AA14552 (5.65c/FORTH-ICS-3.0-MHS-7.0); Tue, 20 Jul 1993 21:45:05 +0300
  7. Received: by mcsun.EU.net with UUCP
  8.     id AA28219 (5.65b/CWI-%I%); Tue, 20 Jul 1993 20:44:07 +0200
  9. Received: from Princeton.EDU by relay1.UU.NET with SMTP 
  10.     (5.61/UUNET-internet-primary) id AA26411; Tue, 20 Jul 93 14:36:55 -0400
  11. Received: from fs.Princeton.EDU by Princeton.EDU (5.65b/2.97/princeton)
  12.     id AA11725; Tue, 20 Jul 93 14:34:44 -0400
  13. Received: by fs.Princeton.EDU (4.1/1.105)
  14.     id AA29317; Tue, 20 Jul 93 14:34:42 EDT
  15. Received: from stein2.u.washington.edu by fs.Princeton.EDU (4.1/1.105)
  16.     id AA29219; Tue, 20 Jul 93 14:33:46 EDT
  17. Received: by stein2.u.washington.edu
  18.     (5.65/UW-NDC Revision: 2.28 ) id AA05617; Tue, 20 Jul 93 11:33:44 -0700
  19. X-Sender: fineman@stein2.u.washington.edu
  20. Date: Tue, 20 Jul 1993 11:29:13 -0700 (PDT)
  21. Message-Id: <Pine.3.05.9307201113.A5085-b100000@stein2.u.washington.edu>
  22. Mime-Version: 1.0
  23. Content-Type: TEXT/PLAIN; charset=us-ascii
  24. Errors-To: Princeton.EDU!cek
  25. Remailed-Date: Tue Jul 20 14:33:48 EDT 1993
  26. From: Twixt your toes <u.washington.edu!fineman>
  27. To: cs.Princeton.EDU!rayshade-users
  28. Subject: bug in ray406enh2.tar
  29.  
  30.  
  31. I ftp'd ray406enh2.tar.Z from the weedeater site, and tried compiling it. 
  32. I got a warning when torus.c compiled, and the compiler igonred an entire
  33. line of code (which i think is responsible for slices of toruses being
  34. transparent - an obvious bug).
  35.  
  36.  
  37.  
  38. In library/libobj/torus.c, the following line (line 73) doesn't compile:
  39.  
  40.  
  41.         BoundsTransform(&torus->trans.trans, &torus->bounds);
  42.  
  43. it *should* be:
  44.  
  45.         BoundsTransform(&torus->trans.trans, torus->bounds);
  46.  
  47. the compiler i'm working with ignores this line if you don't delete the
  48. "&" from in front of torus->bounds.  Taking the address of an array (which
  49. is what "bounds" is in the torus struct, i believe) doesn't really make
  50. sense.  
  51.  
  52. I didn't research this _too_ in depth, so please let me know if i'm full of
  53. b.s. or not.
  54.  
  55. And if anyone at u.washington.edu would like to help me finish compiling
  56. it (I'm still rather a rookie at complicated compilations), i'd be
  57. screamingly happy.
  58.  
  59. AND, has anyone compiled rayshade for (*duck*) Linux?
  60.  
  61.  thanks,
  62.  
  63. dan
  64.  
  65.  
  66.  
  67. ----------
  68. Administrivia: rayshade-request@cs.princeton.edu
  69. Mailing list: rayshade-users@cs.princeton.edu
  70.  
  71.